Fixture Teardown Patterns
Recent Changes
Automated Teardown | Category: Fixture Teardown Patterns | 18 February 2007 |
We keep track of all resources that are created in a test and automatically
destroy/free them during teardown. |
Inline Teardown | Category: Fixture Teardown Patterns | 18 February 2007 |
We include teardown logic at the end of the Test Method
immediately after the result verification. |
Garbage-Collected Teardown | Category: Fixture Teardown Patterns | 4 February 2007 |
We let the garbage collection mechanism provided by the programming language
clean up after our test. |
Implicit Teardown | Category: Fixture Teardown Patterns | 4 February 2007 |
The Test Automation Framework calls our clean up logic in the
tearDown method after every Test Method. |
Copyright © 2003-2008 Gerard Meszaros all rights reserved